/*
  primary-color:    #012239
*/

.title-color-dark, .title-color-dark *{
    color: #FFFFFF !important;
}

.title-color-light, .title-color-light * {
    color: #012239 !important;
}
c111
.text-color-dark, .text-color-dark *{
    color: #FFFFFF !important;
}

.text-color-light, .text-color-light *{
    color: #012239 !important;
}


.title-color-superDark, .title-color-dark *{
    color: #FFFFFF !important;
}


.text-color-grey *{
    color: rgba(255, 255, 255, 0.4);

}

.background-color-dark {
    background-color: #012239 !important;
}

.background-color-superDark {
    background-color: #012239 !important;
}


.background-color-light {
    background-color: #FFFFFF !important;
}

.button-color-dark {
    background-color: #012239 !important;
    color: #012239 !important;
}

.button-color-light {
    background-color: #012239 !important;
    color: #FFFFFF !important;
}

.button-color-light:hover {
    background-color: #195A93 !important;
}

.button-color-dark:hover {
    background-color: #EEEEEE !important;
}

.custom-slider-indecators-light li {
    border: 1px solid #012239 !important;
}

.custom-slider-indecators-ligth li.active {
    background-color: #012239 !important;
}

.custom-slider-indecators-dark li {
    border: 1px solid #FFFFFF !important;
    background-color: #012239 !important;
}

.custom-slider-indecators-dark li.active {
    border: 1px solid #FFFFFF !important;
    background-color: #FFFFFF !important;
}

.card-shadow-light {
    box-shadow: 0px 5px 5px lightgray;
}

.card-shadow-dark {
    box-shadow: 0px 5px 5px rgb(144, 23, 75);
}

.horizontal-line-light {
    color:#3c3c3c !important;
    background-color:#3c3c3c !important;
}

.horizontal-line-dark {
    color:#FFFFFF !important;
    background-color:#FFFFFF !important;
}

html{
    font-size: 0.7rem;
    letter-spacing: 0.03rem;
}

html, body {
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    word-break: break-word;
    overflow-wrap: break-word;
}

@media (min-width: 576px) {
    html{
        font-size: 1rem !important;
    }
}

@media (max-width: 768px) {
    .small {
        font-size: 110% !important;
    }
}

a {
    text-decoration: none;
}

a:hover {
    color: #A94871 !important;
    text-decoration: none;
}

.custom-border-bottom {
    border-bottom: 1px solid #012239;
}

.btn-grey {
    color: #fff;
    background-color: #b3b2b4;
    border-color: #b3b2b4;
}

.btn-grey:hover {
    color: #fff;
    background-color: #777678;
    border-color: #777678;
}

.btn-disabled {
    pointer-events: none;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-bg-light {
    background-color: #f6f5f7;
}

.custom-bg-dark {
    background-color: #96a8b4;
}

/* H Elements */

h1 {
    font-size: 3.1rem;
}

h2 {
    font-size: 1.55rem;
    font-weight: 500;
}

h3 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}

h5 {
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
}


/* H Classes */

.h1 {
    font-size: 3.1rem;
}

.h2 {
    font-size: 1.55rem;
    font-weight: 500;
}

.h3 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 40px;
}

.h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
}

.h5 {
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
}

.textblock p {
    white-space: pre-wrap;
    font-size: 18px;
    line-height: 35px;
}

.subtext {
    font-size: 20px;
    font-weight: 600px;
}

.badge {
    font-size: 25px;
    font-weight: 700px;
}

@media (max-width: 576px) {
    h2 {
        font-size: 26px !important;
    }
}

@media (max-width: 576px) {
    .h2 {
        font-size: 26px !important;
    }
}

@media (max-width: 576px) {
    h3 {
        font-size: 20px !important;
    }
}

@media (max-width: 576px) {
    .h3 {
        font-size: 20px !important;
    }
}

@media (max-width: 576px) {
    h4 {
        font-size: 22px !important;
    }
}

@media (max-width: 576px) {
    .h4 {
        font-size: 22px !important;
    }
}

@media (max-width: 576px) {
    .h5 {
        font-size: 20px !important;
    }
}

@media (max-width: 576px) {
    .textblock p{
        font-size: 20px !important;
        line-height: 35px;
    }
}

@media (max-width: 576px) {
    .li {
        font-size: 18px !important;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    a {
        font-size: 24px;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    span {
        font-size: 18px !important;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    div {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .ho-submit {
        font-size: 24px !important;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .ho-help-text{
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .ho-field div {
        font-size: 18px !important;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .ho-input {
        font-size: 24px !important;
        padding: 5px;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .ho-button {
        font-size: 18px !important;
        line-height: 1.5;
    }
}



/* --------------------------------------------- */
/* HEADER BASIS + MARGIN FÜR CONTENT             */
/* --------------------------------------------- */

nav.navbar {
  padding: 10px 15px !important;
  height: 77px;
  background-color: #012239;
  transition: ease 0.3s;
}

/* Inhalt rutscht nicht unter Header */
.sections-body.with-header {
  margin-top: 77px;
  scroll-margin-top: 77px;
  scroll-snap-margin-top: 77px;
}

/* Für sehr große Bildschirme etwas mehr Abstand */
@media(min-width: 1400px) {
  .sections-body.with-header {
    margin-top: 90px;
    scroll-margin-top: 90px;
    scroll-snap-margin-top: 90px;
  }
}

/* Wenn User eingeloggt ist und mittlere Breakpoints */
@media(min-width: 992px) and (max-width: 1399px) {
  .sections-body.with-header.logged-in {
    margin-top: 170px !important;
  }
}

/* --------------------------------------------- */
/* MOBILE-FIRST BASIS                            */
/* --------------------------------------------- */

#navbarNav {
  position: fixed;       
  top: 76px;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #021624;
  padding: 15px;
  font-size: 1.3rem;
  display: none;         /* wird per Burger geöffnet */
}

.navbar-collapse.show {
  display: block !important;
}

.navbar-toggler {
  display: block !important;
}

.navbar-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar .logo {
  height: 35px;
}

.main-navbar-nav {
  padding-top: 5rem;
  margin: 0;
  width: 100%;
}

.navbar-collapse .navbar-nav .nav-link {
  font-size: 2rem;
  font-weight: bold;
  color: #fff !important;
  padding: 0.75rem 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.navbar-collapse .navbar-nav .nav-link:hover,
.navbar-collapse .navbar-nav .nav-link:focus {
  color: #A94871 !important;
}

/* --------------------------------------------- */
/* DROPDOWNS JETZT IMMER OFFEN                   */
/* --------------------------------------------- */

/* Vorher war das Dropdown versteckt und wurde nur bei Klick sichtbar.
   Wir entfernen das Klick-Verhalten und zeigen es immer. */

.navbar-collapse .dropdown-menu {
  display: block !important;         /* IMMER sichtbar */
  position: relative !important;     /* NICHT absolut */
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin: 0.3rem 0 0 1.5rem;         /* leicht eingerückt unter dem Oberpunkt */
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
}

/* Diese Regel war nur für "Dropdown nach Klick öffnen" nötig → NICHT mehr gebraucht */
/*
.navbar-collapse .dropdown.show > .dropdown-menu {
  display: block !important;
}
*/

.navbar-collapse .dropdown-item {
  font-size: 1.6rem;
  color: #fff;
  padding: 0.4rem 0;
  text-align: left;
}

.navbar-collapse .dropdown-item:hover,
.navbar-collapse .dropdown-item:focus {
  color: #A94871;
  background: none;
}

/* --------------------------------------------- */
/* BURGER ICON – 2 LINIEN                        */
/* --------------------------------------------- */

.css-navbar-icon {
  position: relative;
  height: 1rem;
  width: 2.5rem;
  display: inline-block;
  border-top: 0.125rem solid #fff; /* obere Linie */
  border-bottom: 0.125rem solid #fff; /* untere Linie */
}
.css-navbar-icon::before {
  content: none !important; /* mittlere Linie entfernen */
}

/* --------------------------------------------- */
/* DESKTOP (>=992px) → HALBES OVERLAY RECHTS     */
/* --------------------------------------------- */

@media (min-width: 992px) {
  #navbarNav {
    width: 50vw;          /* nur rechte Hälfte */
    height: 100vh;
    right: 0;
    left: auto;
    position: fixed;
    background-color: #021624;
    padding: 2rem;
    overflow-y: auto;
  }

  .main-navbar-nav {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* linksbündig innerhalb des Panels */
  }

  /* Dropdown bleibt gleich → immer im Flow unter Parent */
  .navbar-collapse .dropdown-menu {
    margin-left: 1.5rem; /* auf Desktop leicht eingerückt */
  }
}


/* Pfeil (Caret) von Bootstrap-Dropdowns entfernen */
.navbar-nav .dropdown-toggle::after {
  display: none !important; /* Pfeil ausblenden */
  content: none !important;
}






/* ---------------------------------------------------- */
/* ---------------------- Footer ---------------------- */
/* ---------------------------------------------------- */

footer {
    background-color: #012239;
}


    #footer {
        display: block;
        clear: both;
        background: #ebebeb;
        margin-bottom: 0;
        padding: 70px 0 15px 0;
        z-index: 999;

    }

    #footer.dark {
        background: #012239
    }

    .copyright-text {
        font-size: 12px;
        color: rgba(25, 27, 29, .6);
    }

    .footer-links a {
        font-size: 12px !important;
        color: hsla(0, 0%, 100%, .2) !important;
    }

    a:hover {
        color: #A94871 !important;
    }

    #footer.dark .copyright-text {
        color: hsla(0, 0%, 100%, .2);
    }

    .social-list-widget ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .social-list-widget ul li a {
        color: #191b1d;
        text-decoration: none;
    }

    #footer.dark .social-list-widget ul li a {
        color: #fff
    }

    .social-list-widget li {
        font-size: 14px;
        padding-bottom: 16px;
    }


    .footer-logo {
        height: 35px;
        margin-bottom: 20px;
    }

    .footer-menu ul {
        margin: 0;
        padding: 0
    }

    .footer-menu ul li {
        list-style: none;
        display: inline-block;
    }

    .footer-menu ul li a {
        color: rgba(25, 27, 29, .6);
        text-decoration: none;
    }

    #footer.dark .footer-menu ul li a {
        display: inline-block;
        margin-right: 0.5rem;
        color: hsla(0, 0%, 100%, .4)
    }

    .footer-menu ul li {
        padding-right: 30px;
        font-size: 14px;
    }

    .footer-widget .big-button a {
        font-size: 34px;
        letter-spacing: -0.06em;
    }

    .footer-widget.footer_menu {
        margin-bottom: 20px
    }

    .c-col-6.footer-widget.footer_cta {
        /*width: 100%;*/
        margin-bottom: 35px;
    }

    @media only screen and (min-width: 1600px) {
        .wrapper {
            max-width: 1500px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .wrapper {
            max-width: 1274px;
        }
    }

    @media only screen and (min-width: 992px) {
        .wrapper {
            max-width: 1014px;
        }
    }

    @media only screen and (min-width: 768px) {
        .wrapper {
            max-width: 90%;
        }
    }

    @media only screen and (min-width: 576px) {
        .wrapper {
            max-width: 90%;
        }
    }

    .wrapper {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 100px;
    }


    .footer-logo {
        margin-bottom: 20px;
    }

    img {
        border-style: none;
    }

    #footer.dark .copyright-text {
        color: hsla(0, 0%, 100%, .2);
    }

    .copyright-text {
        font-size: 12px;
        line-height: 18px;
        color: rgba(25, 27, 29, .6);
    }

    .social-list-widget ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .social-list-widget li {
        font-size: 14px;
        padding-bottom: 16px;
    }

    #footer.dark .social-list-widget ul li a {
        color: #fff;
    }

    .social-list-widget ul li a {
        color: #191b1d;
        text-decoration: none;
    }

    .wrapper::after, .wrapper-small::after, .wrapper-full::after, section::after {
        display: table;
        clear: both;
        content: '';
    }


    #footer.dark .big-button a {
        color: white !important;
        text-decoration: none !important;
        font-size: 34px !important;
        font-weight: 700 !important;
        letter-spacing: -3.5px !important;
        position: relative;
    }


       @media(max-width: 576px) {
         .footer-menu ul li a {
             font-size: 12px;
         }
    }


/* Responsive Anpassung für kleine Screens */
@media (max-width: 576px) {
    .footer-links {
        display: flex;
        flex-direction: column;
    }

    .footer-links{
        margin-bottom: 1rem;
    }

    .footer-links .footer-separator {
        display: none;
    }
           
    #footer.dark .big-button a {
        font-size: 24px !important;
        letter-spacing: -2.5px !important;
    }
}








/* ---------------------------------------------------- */
/* -------------------- C010Banner -------------------- */
/* ---------------------------------------------------- */
.banner-content {
    min-height: 280px;
}

@media(min-width: 576px) {
    .banner-content {
        /* min-height: 350px; */
    }
}

/* ---------------------------------------------------- */
/* -------------------- C011Banner -------------------- */
/* ---------------------------------------------------- */
.small-banner-container {
    position: relative;
    max-width: 100%;
    padding: 0;
}

.small-banner-image {
    display: block;
    width: 100%;
}

.small-banner-body {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.small-banner-body-left {
    text-align: left;
    left: 10px;
}

.small-banner-body-right {
    text-align: right;
    right: 10px;
}

.small-banner-body-middle {
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media(min-width: 576px) {
    .small-banner-container {
        max-width: 576px;
    }

    .small-banner-body-left {
        left: 28px;
    }

    .small-banner-body-right {
        right: 28px;
    }
}

@media(min-width: 768px) {
    .small-banner-container {
        max-width: 768px;
    }

    .small-banner-body-left {
        left: 34px;
    }

    .small-banner-body-right {
        right: 34px;
    }
}

@media(min-width: 992px) {
    .small-banner-container {
        max-width: 992px;
    }

    .small-banner-body-left {
        left: 25px;
    }

    .small-banner-body-right {
        right: 25px;
    }
}

@media(min-width: 1200px) {
    .small-banner-container {
        max-width: 1200px;
    }
    .small-banner-body-left {
        left: 30px;
    }

    .small-banner-body-right {
        right: 30px;
    }
}

@media(min-width: 1400px) {
    .small-banner-container {
        max-width: 1400px;
    }

    .small-banner-body-left {
        left: 50px;
    }

    .small-banner-body-right {
        right: 50px;
    }
}

/* ---------------------------------------------------- */
/* ---------------------- C111Header ------------------ */
/* ---------------------------------------------------- */

/* Universell, ohne Sprünge */
.c111header h1 {
    /*font-size: clamp(10rem, 1vw, 14rem); */
    font-size: 11rem;
    font-weight: bold;
    letter-spacing: -0.01em;
    line-height: 1;
    margin-bottom: 1rem;
}

@media (max-width: 1099px) {
    .c111header h1 {
        font-size: 9.0rem;
    }
}

@media (max-width: 992px) {
    .c111header h1 {
        font-size: 8.0rem;
    }
}

@media (max-width: 768) {
    .c111header h1 {
        font-size: 5rem;
    }
}

@media (max-width: 576px) {
    .c111header h1 {
        font-size: 5.0rem;
    }
}








/* ---------------------------------------------------- */
/* ---------------- C020HorizontalLine ---------------- */
/* ---------------------------------------------------- */

.horizontal-line {
    height:1px;
    border-width:0;
    color:#3c3c3c;
    background-color:#3c3c3c;
}

/* ---------------------------------------------------- */
/* ------------------ C211ArticleIcon ----------------- */
/* ---------------------------------------------------- */
.article-icon-icon {
    width: 70px;
    float: left;
    margin-top: 7px;
}

.article-icon-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
}

/* ---------------------------------------------------- */
/* ---------------- C212ArticlePicture ---------------- */
/* ---------------------------------------------------- */
.article-picture-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-picture-image {
    width: 140px;
    float: left;
    margin-top: 4px;
}

.article-picture-body {
    margin-left: 150px;
}

.article-picture-button {
    margin-top: 1.8777rem;
    margin-left: 150px;
    margin-right: auto;
}

/* ---------------------------------------------------- */
/* ---------------- C220PictureLinkIcon --------------- */
/* ---------------------------------------------------- */
.picture-link-icon-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.picture-link-icon-body {}

.picture-link-icon-anchor {
    display: block;
    position: relative;
}

.picture-link-icon-image {
    display: block;
    width: 100%;
}

.picture-link-icon-iconbody {
    display: flex;
    position: absolute;
    top: calc(calc(100% - 70px)/2);
    left: calc(calc(100% - 70px)/2);
    background-color: #005c83;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
}

.picture-link-icon-icon {
    font-size: 35px;
    color: #ffffff;
    margin: auto;
}

.picture-link-icon-icon.fa-play {
    margin: auto 16px auto 23px;
}

/* ---------------------------------------------------- */
/* ------------------ C420TeamDetails ----------------- */
/* ---------------------------------------------------- */
.team-details-socialmedia {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.team-details-socialmedia a, .team-details-socialmedia img{
    display: block;
}

.web-link, .mail-link, .facebook-link, .twitter-link, .google-plus-link, .instagram-link, .linked-in-link, .xing-link, .youtube-link, .pinterest-link {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    line-height: 40px;
    border-radius: 50%;
    color: #fff !important;
}

.web-link .fa-globe, .mail-link .fa-envelope, .facebook-link .fa-facebook-f, .twitter-link .fa-twitter, .google-plus-link .fa-google-plus-g, .instagram-link .fa-instagram, .linked-in-link .fa-linkedin-in, .xing-link .fa-xing, .youtube-link .fa-youtube, .pinterest-link .fa-pinterest-p{
    font-size: 1.2rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.facebook-link {
    background-color: #3a5998;
}
.facebook-link:hover {
    background-color: #345088;
}

.twitter-link {
    background-color: #1da1f2;
}
.twitter-link:hover {
    background-color: #0d93e6;
}

.google-plus-link {
    background-color: #dd4b39;
}
.google-plus-link:hover {
    background-color: #d53824;
}

.instagram-link {
    background-color: #262626;
}
.instagram-link:hover {
    background-color: #303030;
}

.linked-in-link {
    background-color: #0a66c2;
}
.linked-in-link:hover {
    background-color: #085bae;
}

.xing-link{
    background-color: #006567;
}
.xing-link:hover {
    background-color: #005a5c;
}

.youtube-link {
    background-color: #ff0000;
}
.youtube-link:hover {
    background-color: #e50000;
}

.pinterest-link {
    background-color: #e60023;
}
.pinterest-link:hover {
    background-color: #cf001f;
}

.mail-link {
    background-color: #6ac1d9;
}
.mail-link:hover {
    background-color: #5ba7bd;
}

.web-link {
    background-color: #c7c7c7;
}
.web-link:hover {
    background-color: #a3a3a3;
}

.sig-image {
    max-height: 90px;
}

/* ---------------------------------------------------- */
/* -------------------- C510Slider -------------------- */
/* ---------------------------------------------------- */
.custom-slider-body {}

.custom-slider-indecators {
    bottom: -45px;
}

.custom-slider-indecators li {
    width: 12px;
    height: 12px;
    border: 1px solid #012239;
    border-radius: 50%;
    opacity: 1;
    transition: unset;
    background-clip: unset;
}

.custom-slider-indecators li.active {
    background-color: #012239;
}

.custom-slider-slidesbody {}

.custom-slider-slide {}

.custom-slider-slidecaption {
    left: unset;
    bottom: unset;
    right: unset;
    top: 0;
    padding: 25px;
    width: 100%;
    text-align: left;
}

.custom-slider-previous {}

.custom-slider-previous-icon {
    display: none;
}

.custom-slider-next {}

.custom-slider-next-icon {
    display: none;
}

/* ---------------------------------------------------- */
/* ------------------- C610Accordion ------------------- */
/* ---------------------------------------------------- */

.accordion {

}

.accordion .accordion-item {
    border: 1px solid #a4a4a4 !important;
}

.accordion .accordion-item button {
    color: #3c3c3c;
    text-decoration: none;
}

@media(max-width: 576px){
    .accordion .btn-link{
    font-size: 24px;
    }
}
/* ---------------------------------------------------- */
/* ------------------- F010MyAgenda ------------------- */
/* ---------------------------------------------------- */
.timeline-bullet {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    background: #FFF;
}

.timeline-content {
    position: relative;
    margin-left: 35px;
    min-height: 50px;
    margin-bottom: 10px;
}

.timeline-content > a {
    display: table;
}

.timeline-content::after {
    content: "";
    display: table;
    clear: both;
}

.timeline-bullet, .highlighted-plan {
    border-color: #012239;
}

.timeline-content .date {
    padding: 0;
    opacity: .7;
    font-weight: 600;
    color: #717171;
}

.timeline-block::after {
    content: "";
    display: table;
    clear: both;
}

.timeline-block {
    position: relative;
    margin: 1em 0;
}

.timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    height: 100%;
    width: 3px;
}

.timeline::before {
    background: #012239;
}

.nav-center ul.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}

.nav-center {
    text-align: center;
}

.nav-center ul.nav li {
    display: inline-flex;
}
.nav-pills > li {

}
.nav-pills > li > a {
    background-color: #fff;
    color: #606060;
    border: 1px solid #606060;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: .25rem;
}

.nav-pills > li > a.active {
    background-color: #012239;
    color: #fff;
    border-color: #012239;
}

@media(min-width: 768px) {
    .timeline-content {
        margin-left: 60px;
    }
}

@media(min-width: 1170px) {
    .timeline::before {
        left: 50%;
        margin-left: -2px;
    }

    .timeline-block {
        margin: 2em 0;
    }

    .timeline-bullet {
        width: 15px;
        height: 15px;
        left: 50%;
        margin-left: -8px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .timeline-content {
        margin-left: 0;
        width: 47.3%;
    }

    .timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: transparent;
        border-left-color: white;
    }

    .timeline .timeline-block:nth-child(2n+1) .timeline-content h3, .timeline .timeline-block:nth-child(2n+1) .timeline-content p {
        text-align: right;
    }

    .timeline .timeline-block:nth-child(2n+1) .timeline-content > a {
        float: right;
    }

    .timeline-content .date {
        position: absolute;
        width: 100%;
        left: 112%;
        top: 0;
        font-size: 14px;
    }

    .timeline-bullet {
        width: 15px;
        height: 15px;
        left: 50%;
        margin-left: -8px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .timeline-block:nth-child(2n) .timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: transparent;
        border-right-color: white;
    }

    .timeline-block:nth-child(2n) .timeline-content {
        float: right;
    }

    .timeline-block:nth-child(2n) .timeline-content .date {
        left: auto;
        right: 112%;
        text-align: right;
    }
}

.modal-header, .modal-footer {
    border-width: 1px;
}

/* ---------------------------------------------------- */
/* ---------------- F110UpcomingEvents ---------------- */
/* ---------------------------------------------------- */
.event-spacer {
    padding-top: 2px;
    padding-bottom: 2px;
}

.event-bg-grey {
    background-color: #f6f5f7;
}

.event-bg-blue {
    background-color: #96a8b4;
}

.event-details-btn {
    color: #717171;
    border: 1px solid #717171;
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.event-details-btn:hover {
    color: #fff;
    background-color: #717171;
}

.event-buttons {
    display: block;
    margin: auto 0;
}

.express-booking-button .ho-field-group {
    padding: 0;
}

.ho-form.express-booking.event-express-booking {
    width: auto;
    margin-left: 0;
    margin-right: auto;
}

.event-details-btn, .express-booking-button .ho-submit, .upcoming-events-modal .close-btn {
  font-size: 1rem !important;
}

@media (max-width: 576px) {
  .event-details-btn, .express-booking-button .ho-submit, .upcoming-events-modal .close-btn {
    font-size: 24px !important;
  }
}

@media(min-width: 992px) {
    .upcoming-events-modal .modal-dialog {
        max-width: 700px;
    }
}

@media(min-width: 1200px) {
    .upcoming-events-modal .modal-dialog {
        max-width: 1000px;
    }
}

.upcoming-events-modal .modal-header {
    position: relative;
    display: block;
}

.upcoming-events-modal .modal-header .modal-title {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.upcoming-events-modal .modal-header .modal-headline {
    margin-bottom: 0.5rem;
}

.upcoming-events-modal .modal-header .modal-subline {
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.upcoming-events-modal .modal-header .modal-datetime {
    width: 100%;
    text-align: center;
}

.upcoming-events-modal .modal-header .modal-datetime-date {

}

.upcoming-events-modal .modal-header .modal-datetime-time {

}

.upcoming-events-modal .modal-header button.close {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.upcoming-events-modal .modal-content {
    min-height: 350px;
}

.upcoming-events-modal .modal-footer {
    border: none;
}

.upcoming-events-modal .express-booking-button .ho-submit {
  padding-left: 1.8777rem;
  padding-right: 1.8777rem;
  line-height: 1.35 !important;
}

.modal-content .modal-attachment {
    width: 80%;
    margin-bottom: 1rem;
}


.modal-content .modal-attachment.round-image {
    border-radius: 50%;
}

@media(min-width: 992px) {
    .upcoming-events-modal .modal-header {
        display: flex;
    }

    .upcoming-events-modal .modal-header .modal-title {
        text-align: left;
        flex: 0 0 70%;
        padding-left: 0;
        padding-right: 0;
    }

    .upcoming-events-modal .modal-header .modal-datetime {
        text-align: right;
        flex: 0 0 30%;
        padding-left: 10px;
        padding-right: 25px;
        padding-bottom: 0.5rem;
        align-self: end;
    }

    .upcoming-events-modal .modal-content {
        min-height: 650px;
    }
}


/* ---------------------------------------------------- */
/* --------------- F210UpcomingMeetings --------------- */
/* ---------------------------------------------------- */
.meeting-express-booking button {
    width: 120px;
    margin-top: 0 !important;
}

.meeting-preview-box {
    padding: 15px;
}

.meeting-preview-box > div {
    border: 1px solid #a4a4a4;
    border-radius: 3%;
    height: auto;
}

@media(min-width: 576px) {
    .meeting-preview-box-headlines {
        min-height: 102px;
    }

    .meeting-preview-box > div {
        height: 300px;
    }
}

@media(max-width: 576px) {
    .meeting-preview-box-headlines {
        min-height: 102px;
    }

    .meeting-preview-box > div {
        height: auto;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .meeting-preview-box a {
        margin-top: 10px;
    }
}

@media(min-width: 768px) {
    .meeting-preview-box-headlines {
        min-height: 76px;
    }

    .meeting-preview-box > div {
        height: 280px;
    }
}

@media(min-width: 992px) {
    .meeting-preview-box-headlines {
        min-height: 125px;
    }

    .meeting-preview-box > div {
        height: 320px;
    }
}

@media(min-width: 1200px) {
    .meeting-preview-box-headlines {
        min-height: 76px;
    }

    .meeting-preview-box > div {
        height: 280px;
    }
}

.meeting-details-box {
    padding: 0 10px;
    width: 100%;
}

.meeting-details-box > div {
    border: 1px solid #a4a4a4;
    border-radius: 3%;
    height: auto;
    width: auto;
}

img.meeting {
    border: 1px solid #a4a4a4;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.meeting-description {
    overflow: scroll;
    height: 180px;
}

.meeting-slots {
    overflow: scroll;
    height: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.meeting-row {
    width: 100%;
    height: auto;
}



@media(min-width: 992px) {
    .meeting-details-box {
        padding: 0px;
        width: auto;
    }

    .meeting-details-box > div {
        height: 530px;
        width: 49.2%;
        position: absolute;
        margin: 15px 15px 0px 10px;
    }

    .meeting-row {
        width: 50%;
    }

    .meeting-row.first.special-meeting-row {
        padding-right: 20px;
    }

    .meeting-row.first.special-meeting-row.special-margin {
        padding-right: 0;
    }

    .special-meeting-row.special-margin {
        margin-left: 50%;
    }
}

.meeting-details-box.show {
    display: block !important;
}

.meeting-details-box.hidden {
    display: none !important;
}


.meeting-preview-box.active > div {
    color: #fff;
    background-color: #012239;
}

.meeting-preview-box.active .btn {
    color: #3c3c3c;
    background-color: #fff;
    border-color: #3c3c3c;
}

.meeting-preview-box.active .btn:hover {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}

.meeting-already-booked {
    font-size: 0;
}

.meeting-already-booked br {
    display: none;
}

.meeting-already-booked button {
    float: left;
    margin-top: 0 !important;
}

@media(max-width:576px){
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
}

/* ---------------------------------------------------- */
/* ------------------ F310LivePlayer ------------------ */
/* ---------------- F311LivePlayerChat ---------------- */
/* --------------- F312LivePlayerAgenda --------------- */
/* ------------- F313LivePlayerChatAgenda ------------- */
/* ---------------------------------------------------- */
li.js-event-list-item {
    cursor: pointer;
}

li.js-event-list-item {
    display: none;
}

li.js-event-list-item.booked {
    display: block !important;
}

li.js-event-list-item.booked.odd {
    background: #F5F5F5;
}

li.js-event-list-item.booked.even {
    background: #E6E6E6;
}

li.js-event-list-item.currently-running {
    color: #fff;
    background-color: #012239 !important;
}

li.js-event-list-item:hover {
    background-color: #012239 !important;
    color: #fff;
}

div#chat-element.guest-chat #chat-body, div#chat-element.mod-chat #chat-body {
    height: 250px;
}

@media(min-width: 768px) {
    ul#event-list {
        max-height: 64.5vh;
        overflow: auto;
    }

    div#chat-element.guest-chat #chat-body {
        height: 300px;
    }

    div#chat-element.mod-chat #chat-body {
        height: 800px;
    }
}

div#chat-element .card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    background-color: #fff;
}

div#chat-element .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

div#chat-element .col-12, div#chat-element .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.chat-input {
    display: inline-block;
    -webkit-appearance: none;
    background: #fcfcfc;
    padding: 0.46428571em;
    border: 1px solid #bbb;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    width: 70%;
    flex: 0 0 70%;
}

div#chat-element .chat.chat-container .row{
    margin-left: 0;
    margin-right: 0;
}

/* ----------------------------------------------------- */
/* -------------------- C520Clients -------------------- */
/* ----------------------------------------------------- */

.brands-references {
  text-align: center;
  background-color: #333A4B;
}

.brands-references .headline {
  font-size: 3.2vw;
  line-height: 1;
  font-weight: 600 !important;
  letter-spacing: -0.2vw;
  color: white;
}

@media (max-width: 991px) {
  .brands-references .headline {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .brands-references .headline {
    font-size: 36.25px;
  }
}

@media (max-width: 479px) {
  .brands-references .headline {
    font-size: 32.5px;
  }
}

.brands-references .cell-holder {
  display: inline-block !important;
}

.brands-references .cell-holder .cell {
  display: table;
  background: #fff;
  padding: 15px;
  margin: 15px;
  height: 90px;
  width: 120px;
}

@media(min-width: 480px) {
  .brands-references .cell-holder .cell {
    height: 100px;
    width: 200px;
  }
}

.brands-references .cell-holder .cell .vertical {
  display: table-cell;
  vertical-align: middle;
}

.brands-references .cell-holder .cell .vertical div {
  text-align: center;
}

.brands-references .cell-holder .cell .vertical div img {
  max-width: 90px;
  max-height: 60px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  vertical-align: middle;
  border: 0;
}

@media(min-width: 480px) {
  .brands-references .cell-holder .cell .vertical div img {
    max-width: 170px;
    max-height: 100px;
  }
}


/* ----------------------------------------------------- */
/* --------------------- timeline ---------------------- */
/* ----------------------------------------------------- */

.award .subtext {
    color: rgba(255, 255, 255, 0.4);
}

.award .badge {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
}



/* ----------------------------------------------------- */
/* --------------------- Viemo 9:16 -------------------- */
/* ----------------------------------------------------- */

/* Basis: mobile first – Video im 9:16-Verhältnis, volle Breite */
.embed-responsive-9by16 {
  position: relative;
  padding-top: 177.78%; /* 16 / 9 = 1.778 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}

.embed-responsive-9by16 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Ab mittleren Screens: padding-trick deaktivieren, feste Größe setzen */
@media (min-width: 768px) {
  .embed-responsive-9by16 {
    padding-top: 0;
    height: 640px; /* z. B. für ein 360 x 640 px-Video */
    max-width: 360px;
  }

  .embed-responsive-9by16 iframe {
    position: static;
    width: 100%;
    height: 100%;
  }
}